home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / ragtag_3.arc / SHOWNAME.SLT < prev   
Text File  |  1990-04-12  |  507b  |  18 lines

  1. // ShowName, version 0.01
  2. //
  3. // Telix script for displaying BBS name
  4. //
  5. // Written by Maurice Crouse, 12 April 1990.
  6. // 
  7. // Set up a function key in Telix to send the string @SHOWNAME.
  8. // Any time you need to know the name of the board to which you are
  9. // connected (Telix does not show this information on its status line),
  10. // just tap the function key.  A window will open up for about a second,
  11. // displaying the board name.
  12.  
  13. main ()
  14. {
  15.  status_wind (_entry_name, 10);
  16. }
  17. //END OF SCRIPT
  18.